/* CSS Document */
html {
    -webkit-text-size-adjust: none;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: Regular;
}

body, button, input, select, textarea {
    color: #010000;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #010000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    color: #010000;
    *letter-spacing: 0.1em;
    */ overflow-x: hidden;
    min-width: 320px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div, a {
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    outline: none;
}

body, html {
    overflow-x: hidden;
  
}

a {
    color: #333;
    display: block;
}

a:hover {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}

.hide, .piano_tab_f, .q_gz_ip {
    display: none;
}

/*body{ overflow-x:hidden}*/
/*.Georgia{ font-family: 'Georgia'}
.Arial{ font-family: 'Arial' }
.weir,textarea{font-family: '微软雅黑'}*/
/*.syht{font-family: 'SingleMaltaRegular';}*/
input, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/*input:hover,textarea:hover{ border:1px solid #333 !important; position:relative;}*/
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.ab {
    position: absolute;
}

.re {
    position: relative;
}

.shou {
    cursor: pointer;
}

.img100 {
    width: 100%;
}

.img1000 {
   width: 100%;
}

.cor_fff {
    color: #fff;
        /*text-shadow: 0px 0px 0px #fff, 1px 1px 1px #000;*/
}

.bg_fff {
    background: #fff;
}

.cor_666 {
    color: #666;
}

.cor_111 {
    color: #111;
}

.cor_999 {
    color: #999;
}

.cor_272 {
    color: #272727;
}

.cor_00f {
    color: #00f3f6;
}

.cor_575 {
    color: #575757;
}

.cor_045 {
    color: #045eb8;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}


.font_18 {
    font-size: 18px;
}

.font_22 {
    font-size: 22px;
}


.font_24 {
    font-size: 24px;
}

.font_25 {
    font-size: 25px;
}

.font_27 {
    font-size: 27px;
}

.font_32 {
    font-size: 32px;
}

.font_34 {
    font-size: 34px;
}

.font_38 {
    font-size: 38px;
}

.font_40 {
    font-size: 40px;
}

.font_54 {
    font-size: 54px;
}

.font_60 {
    font-size: 60px;
}

.font_62 {
    font-size: 62px;
}

.font_65 {
    font-size: 65px;
}

.font_72 {
    font-size: 72px;
}
.font_80 {
    font-size: 80px;
}

.font_86 {
    font-size: 86px;
}

.font_88 {
    font-size: 88px;
}


.font_90 {
    font-size: 90px;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.text_right {
    text-align: right;
}

.in_block {
    display: inline-block;
}

.auto_1280 {
    width: 1280px;
    margin: 0 auto;
      
}

.auto_1020 {
    width: 1020px;
    margin: 0 auto;
}

.auto_1360 {
    width: 1360px;
    margin: 0 auto;
}

.bg_ffe {
    background: #ffe202;
}

.slh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slu_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slu_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slu_6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.dh {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.dh3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.dh5 {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.dh6 {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.dh7 {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

.dh12 {
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
}

.dh150 {
    -webkit-transition: all 15s ease-in-out;
    -moz-transition: all 15s ease-in-out;
    -o-transition: all 15s ease-in-out;
}

.yand1 {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
}

.yand2 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
}

.yand3 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
}

.yand4 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
}

.yand5 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
}

.yand6 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
}

.yand7 {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
}

.yand8 {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
}

.yand9 {
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
}

.yand10 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.yand11 {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
}

.yand13 {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
}
.Noto{
    font-family: Noto Sans JP;
    font-weight: 100;
}

.Regular {
    font-family: Regular;
}

.Light {
    font-family: Light;
}
.Normal {
    font-family: Normal;
}

.Bold {
    font-family: Bold;
}

.Medium {
    font-family: Medium;
}

.Black {
    font-family: Black;
}

.DemiLight {
    font-family: DemiLight;
}

.ExtraLight {
    font-family: ExtraLight;
}


.Windows {
    font-family: Windows;
}

.DINProB {
    font-family: DINProB;
}

.FFDIn {
    font-family: FFDIn;
}

.DINProR {
    font-family: DINProR;
}
.DINProL {
    font-family: DINProL;
}

.DINProExtl {
    font-family: DINProExtl;
}


.DINProExtlt {
    font-family: DINProExtlt;
}




@font-face {
    font-family: ExtraLight;
    src: url('../fonts/SourceHanSansCN-ExtraLight.otf');
}

@font-face {
    font-family: Regular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: Light;
    src: url('../fonts/SourceHanSansCN-Light.otf');
}

@font-face {
    font-family: Bold;
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: Medium;
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: Heavy;
    src: url('../fonts/SourceHanSansCN-Heavy.otf');
}

@font-face {
    font-family: Normal;
    src: url('../fonts/SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: ExtraLight;
    src: url('../fonts/SourceHanSansCN-ExtraLight.otf');
}

@font-face {
    font-family: FFDIn;
    src: url('../fonts/FFDIn.otf');
}

@font-face {
    font-family: DINProR;
    src: url('../fonts/DINPro-Regular.otf');
}

@font-face {
    font-family: DINProExtl;
    src: url('../fonts/DINPro-Extlight.ttf');
}

@font-face {
    font-family: DINProExtlt;
    src: url('../fonts/DINPro-Extlight.otf');
}
@font-face {
    font-family: DINProL;
    src: url('../fonts/DINPro-light.otf');
}


@font-face {
    font-family: DINProB;
    src: url('../fonts/DINPro-Bold.otf');
}

body {
    height: auto !important;
   
}



